(C) 1996 AROS - The Amiga Replacement OS
NAME
#include <proto/gadtools.h>
#include <intuition/intuition.h>
struct Gadget * CreateContext()
SYNOPSIS
struct Gadget ** glistpointer
LOCATION
In GadToolsBase at offset 19
FUNCTION
Creates a virtual first gadget to which all following gadgets must be linked.
INPUTS
glistpointer
pointer to a pointer to the virtual gadget. Use the
NewWindow
>FirstGadget or in AddGList(). The gadget pointer must be initialized to NULL before CreateContext() is called.
RESULT
A point to the first gadget or NULL, if there was an error.
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
HISTORY
04.04.1997 ldp
Gadtools -> GadTools
25.03.1997 srittau
Initial revision